HomeSort by relevance Sort by last modified time
    Searched full:find (Results 301 - 325 of 23108) sorted by null

<<11121314151617181920>>

  /external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
platform_CryptohomeTPMReOwn.py 41 if (output.find("TPM Ready: true") >= 0):
52 if (output.find("Mount succeeded") < 0):
61 if (output.find("TPM_WRAPPED") < 0):
71 if (output.find("TPM Ready: true") >= 0):
82 if (output.find("Mount succeeded") < 0):
87 if (output.find("TEST_CONTENT") < 0):
99 if (output.find("TPM Ready: true") >= 0):
110 if (output.find("Mount succeeded") < 0):
115 if (output.find("TEST_CONTENT") >= 0):
124 if (output.find("TPM_WRAPPED") < 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 27 * into the parallel find algorithm.
47 * @brief Test predicate on a single element, used for std::find()
55 * @param __pred Find predicate.
67 * @param __pred Find predicate.
85 * @param __pred Find predicate.
100 * @param __pred Find predicate.
125 * @param __pred Find predicate.
138 * @param __pred Find predicate.
165 * @param __pred Find predicate. */
182 * @param __pred Find predicate. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 27 * into the parallel find algorithm.
47 * @brief Test predicate on a single element, used for std::find()
55 * @param __pred Find predicate.
67 * @param __pred Find predicate.
85 * @param __pred Find predicate.
100 * @param __pred Find predicate.
125 * @param __pred Find predicate.
138 * @param __pred Find predicate.
165 * @param __pred Find predicate. */
182 * @param __pred Find predicate. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
find_selectors.h 27 * into the parallel find algorithm.
47 * @brief Test predicate on a single element, used for std::find()
55 * @param __pred Find predicate.
67 * @param __pred Find predicate.
85 * @param __pred Find predicate.
100 * @param __pred Find predicate.
125 * @param __pred Find predicate.
138 * @param __pred Find predicate.
165 * @param __pred Find predicate. */
182 * @param __pred Find predicate. *
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find_selectors.h 27 * into the parallel find algorithm.
47 * @brief Test predicate on a single element, used for std::find()
55 * @param __pred Find predicate.
67 * @param __pred Find predicate.
85 * @param __pred Find predicate.
100 * @param __pred Find predicate.
125 * @param __pred Find predicate.
138 * @param __pred Find predicate.
165 * @param __pred Find predicate. */
182 * @param __pred Find predicate. *
    [all...]
  /system/security/keystore/
operation.cpp 36 if (mAppTokenMap.find(appToken) == mAppTokenMap.end()) {
50 auto entry = mMap.find(token);
67 auto lruEntry = std::find(mLru.begin(), mLru.end(), token);
75 auto entry = mMap.find(token);
81 auto lruEntry = std::find(mLru.begin(), mLru.end(), token);
90 auto appEntry = mAppTokenMap.find(appToken);
95 auto tokenEntry = std::find(appEntry->second.begin(), appEntry->second.end(), token);
120 auto entry = mMap.find(token);
129 auto entry = mMap.find(token);
139 auto appEntry = mAppTokenMap.find(appToken)
    [all...]
  /external/autotest/client/cros/input_playback/
input_playback.py 77 'COPY', 'OPEN', 'PASTE', 'FIND', 'CUT', 'HELP', 'MENU', 'CALC',
190 """Find input type (if any) from a string of properties.
195 if props.find('REL_X') >= 0 and props.find('REL_Y') >= 0:
196 if (props.find('ABS_MT_POSITION_X') >= 0 and
197 props.find('ABS_MT_POSITION_Y') >= 0):
201 if props.find('ABS_X') >= 0 and props.find('ABS_Y') >= 0:
202 if (props.find('BTN_STYLUS') >= 0 or
203 props.find('BTN_STYLUS2') >= 0 o
    [all...]
  /external/opencv3/doc/py_tutorials/py_calib3d/py_epipolar_geometry/
py_epipolar_geometry.markdown 17 it is an important question whether we can find the depth information using these cameras. And the
29 If we are using only the left camera, we can't find the 3D point corresponding to the point \f$x\f$ in
36 **epiline** corresponding to the point \f$x\f$. It means, to find the point \f$x\f$ on the right image,
37 search along this epiline. It should be somewhere on this line (Think of it this way, to find the
49 All the epilines pass through its epipole. So to find the location of epipole, we can find many
50 epilines and find their intersection point.
52 So in this session, we focus on finding epipolar lines and epipoles. But to find them, we need two
66 find the fundamental matrix (while using 8-point algorithm). More points are preferred and use
72 So first we need to find as many possible matches between two images to find the fundamental matrix
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
FindOps.java 39 * Supported variants include find-first (find the first element in the
40 * encounter order) and find-any (find any element, may not be the first in
55 * @return a {@code TerminalOp} implementing the find operation
67 * @return a {@code TerminalOp} implementing the find operation
79 * @return a {@code TerminalOp} implementing the find operation
91 * @return a {@code TerminalOp} implementing the find operation
101 * find-first (find the first element in the encounter order) and find-an
    [all...]
  /external/clang/test/SemaObjC/
category-1.m 8 @interface MyClass1 (Category1) <p1> // expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous definition is here}}
31 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition for 'p2'}}
33 @interface UnknownClass (Category) @end // expected-error {{cannot find interface declaration for 'UnknownClass'}}
80 @interface RDar7680391 () @end // expected-error{{cannot find interface declaration}}
100 @implementation I(cat) // expected-error{{cannot find interface declaration}}
108 @interface Blah (Blarg) // expected-error{{cannot find interface declaration for 'Blah'}}
  /external/compiler-rt/make/platform/
darwin_bni.mk 12 override CC := $(shell xcrun -sdk $(SDKROOT) -find clang || echo "false")
13 AR := $(shell xcrun -sdk $(SDKROOT) -find ar || echo "false")
14 RANLIB := $(shell xcrun -sdk $(SDKROOT) -find ranlib || echo "false")
15 STRIP := $(shell xcrun -sdk $(SDKROOT) -find strip || echo "false")
16 LIPO := $(shell xcrun -sdk $(SDKROOT) -find lipo || echo "false")
17 DSYMUTIL := $(shell xcrun -sdk $(SDKROOT) -find dsymutil || echo "false")
  /external/libcxx/test/std/containers/unord/unord.multimap/
reserve.pass.cpp 28 assert(c.find(1)->second == "one");
29 assert(next(c.find(1))->second == "four");
30 assert(c.find(2)->second == "two");
31 assert(next(c.find(2))->second == "four");
32 assert(c.find(3)->second == "three");
33 assert(c.find(4)->second == "four");
  /external/skia/gyp/
skmojo.gyp 15 '<!@(python find.py <(mojo_parent_dir)/mojo/public/cpp "*.cc")',
27 '<!@(python find.py <(mojo_parent_dir)/mojo/public/cpp "*_unittest.cc")',
28 '<!@(python find.py <(mojo_parent_dir)/mojo/public/cpp "*_perftest.cc")',
29 '<!@(python find.py <(mojo_parent_dir)/mojo/public/cpp "*_apptest.cc")',
30 '<!@(python find.py <(mojo_parent_dir)/mojo/public/cpp "*_test_*.cc")',
31 '<!@(python find.py <(mojo_parent_dir)/mojo/public/cpp "*_win.cc")',
  /external/skia/src/animator/
SkAnimateMaker.h 60 bool find(const char* str, SkDisplayable** displayablePtr) const { function in class:SkAnimateMaker
61 return fIDs.find(str, displayablePtr);
63 bool find(const char* str, size_t len, SkDisplayable** displayablePtr) const { function in class:SkAnimateMaker
64 return fIDs.find(str, len, displayablePtr);
69 // bool find(SkString& string, SkDisplayable** displayablePtr) {
70 // return fIDs.find(string.c_str(), displayablePtr);
  /external/smali/smali/
runantlr.sh 15 # Get the location of this script used to find locations of other things in the tree.
21 # Best effort to find it inside of the gradle cache
22 ANTLR="$(find $HOME/.gradle/caches/artifacts-* -name 'org.antlr' | head -n 1)"
29 echo >&2 "ERROR: Could not find ANTLR jars directory"
36 for jar_file_name in $(find "$ANTLR" -name '*.jar'); do
44 echo >&2 "Could not find any JARs in the ANTLR directory"
  /external/webrtc/webrtc/base/
multipart_unittest.cc 101 pos = str.find(kTestMultipartBoundary);
105 pos = str.find(kTestData, pos);
109 pos = str.find(kTestMultipartBoundary, pos);
113 pos = str.find(kTestStreamContent, pos);
117 pos = str.find(kTestMultipartBoundary, pos);
121 pos = str.find(kTestMultipartBoundary, pos);
  /external/webrtc/webrtc/test/
histogram.cc 42 if (histograms_.find(name) == histograms_.end()) {
45 auto it = histograms_.find(name);
52 if (histograms_.find(name) == histograms_.end()) {
55 auto it = histograms_.find(name);
73 const auto it = histograms_.find(name);
82 const auto it = histograms_.find(name);
  /external/webrtc/webrtc/video/
encoder_state_feedback.cc 62 RTC_DCHECK(encoders_.find(ssrc) == encoders_.end());
85 SsrcEncoderMap::iterator it = encoders_.find(ssrc);
94 SsrcEncoderMap::iterator it = encoders_.find(ssrc);
103 SsrcEncoderMap::iterator it = encoders_.find(ssrc);
113 SsrcEncoderMap::iterator it = encoders_.find(old_ssrc);
114 if (it == encoders_.end() || encoders_.find(new_ssrc) != encoders_.end()) {
  /frameworks/support/
Android.mk 25 # Find all of the files in the given subdirs that match the
35 define find-files-in-subdirs-exclude
38 find -L $(4) -name $(2) -and -not -name $(3) -and -not -name ".*") \
43 ## Find all of the files under the named directories where
50 $(call find-files-in-subdirs-exclude,$(LOCAL_PATH),"$(1)","$(2)",$(3))
54 ## Find all of the files under the current directory where
  /hardware/ti/omap4-aah/
CleanSpec.mk 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
52 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "lib*cameraadapter*" -print0 | xargs -0 rm -f)
53 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "libcamera.so" -print0 | xargs -0 rm -f)
54 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "libcamera_intermediates" -print0 | xargs -0 rm -rf)
55 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "lib*cameraadapter_intermediates" -print0 | xargs -0 rm -rf)
  /hardware/ti/omap4xxx/
CleanSpec.mk 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
52 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "lib*cameraadapter*" -print0 | xargs -0 rm -f)
53 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "libcamera.so" -print0 | xargs -0 rm -f)
54 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "libcamera_intermediates" -print0 | xargs -0 rm -rf)
55 $(call add-clean-step, find $(PRODUCT_OUT) -type d -name "lib*cameraadapter_intermediates" -print0 | xargs -0 rm -rf)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
reserve.pass.cpp 28 assert(c.find(1)->second == "one");
29 assert(next(c.find(1))->second == "four");
30 assert(c.find(2)->second == "two");
31 assert(next(c.find(2))->second == "four");
32 assert(c.find(3)->second == "three");
33 assert(c.find(4)->second == "four");
  /development/build/tools/
sdk_clean.sh 19 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
25 find $DIR -name "*.java" -o -name "*.xml" | xargs -n 1 \
40 find $DIR -name "*.aidl" -o -name "*.css" -o -name "*.html" -o -name "*.java" \
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
libraries.apt 13 location of your imported grammars and ANTLR will not find any vocab files in
17 as the .java files. So, whereever the .java files are generated, you will also find the .tokens
21 the Maven plugin will find the expected .tokens files.
  /external/autotest/client/site_tests/hardware_LightSensor/
hardware_LightSensor.py 22 Failure to find the device likely indicates the kernel module is not loaded.
26 we can find its files in LIGHT_SENSOR_LOCATIONS depending
51 logging.info("Did not find light sensor reading at " + path)

Completed in 2763 milliseconds

<<11121314151617181920>>