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

1 2 3 4 5 6 78 91011>>

  /external/mockito/src/org/mockito/internal/util/
DefaultMockingDetails.java 23 * Find out whether the object is a mock.
31 * Find out whether the object is a spy.
  /external/opencv3/samples/cpp/example_cmake/
CMakeLists.txt 7 # Find OpenCV, you may need to set OpenCV_DIR variable
13 # be set, you can find the full list with descriptions
  /external/pdfium/third_party/base/
stl_util.h 14 return collection.find(key) != collection.end();
21 return std::find(collection.begin(), collection.end(), value) !=
  /external/skia/src/gpu/gl/debug/
GrTextureObj.h 34 int index = fTextureUnitReferees.find(referee);
39 int index = fTextureUnitReferees.find(referee);
  /external/skia/tests/
HashTest.cpp 28 double* found = map.find(3);
35 found = map.find(3);
39 REPORTER_ASSERT(r, !map.find(2));
47 double* found = map.find(i);
52 REPORTER_ASSERT(r, !map.find(i));
61 double* found = map.find(i);
82 REPORTER_ASSERT(r, set.find(SkString("Hello")));
83 REPORTER_ASSERT(r, *set.find(SkString("Hello")) == SkString("Hello"));
  /external/v8/src/compiler/
common-node-cache.cc 15 return external_constants_.Find(zone(), bit_cast<intptr_t>(value.address()));
20 return heap_constants_.Find(zone(), bit_cast<intptr_t>(value.location()));
  /external/webrtc/webrtc/modules/desktop_capture/
differ_block_sse2.h 21 // Find block difference of dimension 16x16.
26 // Find block difference of dimension 32x32.
  /external/webrtc/webrtc/tools/
simple_command_line_parser.cc 31 return flag.find("=") == string::npos;
35 size_t dash_pos = flag.find("--");
36 size_t equal_pos = flag.find("=");
56 size_t dash_pos = flag.find("--");
57 size_t equal_pos = flag.find("=");
66 size_t equal_pos = flag.find("=");
95 flag_iter = flags_.find(flag_name);
124 flag_iter = flags_.find(flag_name);
  /frameworks/compile/libbcc/tests/debuginfo/
llvm-lit 14 # Make sure we can find the lit package.
18 # configuration file knows how to find the object tree.
  /ndk/tests/device/test-gnustl-full/unit/
find_test.cpp 42 int *location = find((int*)numbers, (int*)numbers + 10, 25);
46 int *out_range = find((int*)numbers, (int*)numbers + 10, 128);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
91 Key const* k = find(keys + 0, keys + 10, 5);
124 char *d = find(pstr, pstr + str_size, 'd');
127 const char *e = find(cpstr, cpstr + str_size, 'e');
130 char *last = find(pstr, pstr + str_size, 'x');
133 const char *clast = find(cpstr, cpstr + str_size, 'x');
  /ndk/tests/device/test-stlport/unit/
find_test.cpp 42 int *location = find((int*)numbers, (int*)numbers + 10, 25);
46 int *out_range = find((int*)numbers, (int*)numbers + 10, 128);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
91 Key const* k = find(keys + 0, keys + 10, 5);
124 char *d = find(pstr, pstr + str_size, 'd');
127 const char *e = find(cpstr, cpstr + str_size, 'e');
130 char *last = find(pstr, pstr + str_size, 'x');
133 const char *clast = find(cpstr, cpstr + str_size, 'x');
  /device/huawei/angler/sepolicy/
location.te 15 allow location sensorservice_service:service_manager find;
  /external/antlr/antlr-3.4/runtime/C/doxygen/
runtime.dox 9 /// Under the Modules menu tree you will find the entry API Classes. This section is further
22 /// When navigating the source code, find the typedef you want to consult and inspect the documentation
26 /// For example, under "API Typedefs and Structs" you will find "Base Recognizer Definition", which tells
28 /// find "Base Recognizer Implementation", which documents the actual functions that are installed
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
__init__.py 7 file_name.find('unittest') == -1):
  /external/autotest/client/site_tests/login_Cryptohome/
login_Cryptohome.py 26 raise error.TestFail('Expected to find a mounted vault.')
30 raise error.TestFail('Expected to not find a mounted vault.')
45 raise error.TestFail('Expected to find user\'s mounted vault.')
47 raise error.TestFail('Expected to not find the test file.')
  /external/clang/test/CodeGenObjC/
sel-as-builtin-type.m 14 @implementation I3; // expected-warning {{cannot find interface declaration for 'I3'}}
  /external/clang/test/Headers/
c89.c 5 // on win32 since we don't generally know how to find errno.h.
  /external/clang/test/SemaObjC/
invalid-code.m 11 @implementation RDar7495713 (rdar_7495713_cat) // expected-error{{cannot find interface declaration for 'RDar7495713'}}
25 @implementation IBFillView(IBFillViewIntegration) // expected-error {{cannot find interface declaration for 'IBFillView'}}
47 @implementation SomeI : ForwardBase // expected-error {{cannot find interface declaration for 'ForwardBase', superclass of 'SomeI'}} \
48 // expected-warning {{cannot find interface declaration for 'SomeI'}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/
PREBUILT 5 $ find . -name "CVS" -exec rm -rf {} \;
  /external/eigen/cmake/
FindPastix.cmake 2 # It is up to the user of this module to find a BLAS and link to it.
FindSuperLU.cmake 3 # It is up to the user of this module to find a BLAS and link to it.
  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp 19 // find nearest neighbour
  /external/icu/icu4c/source/samples/layout/
FontTableCache.h 23 const void *find(LETag tableTag) const;
  /external/icu/icu4c/source/test/letest/
FontTableCache.h 25 const void *find(LETag tableTag, size_t &length) const;
  /external/icu/icu4c/source/test/perf/leperf/
FontTableCache.h 25 const void *find(LETag tableTag, size_t &length) const;

Completed in 2131 milliseconds

1 2 3 4 5 6 78 91011>>