HomeSort by relevance Sort by last modified time
    Searched defs:pass (Results 101 - 125 of 404) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/opencv/cv/src/
cvpgh.cpp 158 int i, count, pass; local
207 for( pass = 1; pass <= 2; pass++ )
227 if( pass == 2 )
247 if( pass == 2 )
267 if( pass == 2 )
294 else /* 1st pass */
303 if( pass == 1 )
312 if( pass == 1
    [all...]
  /external/selinux/libselinux/src/
label_media.c 33 static int process_line(const char *path, char *line_buf, int pass,
57 if (pass == 1) {
63 if (pass == 0) {
79 unsigned int lineno, pass, maxnspec; local
107 * The first pass counts the number of specifications and
109 * of the first pass, the spec array is allocated.
110 * The second pass performs detailed validation of the input
114 for (pass = 0; pass < 2; pass++)
    [all...]
label_x.c 35 static int process_line(const char *path, char *line_buf, int pass,
61 if (pass == 1) {
89 if (pass == 0) {
106 unsigned int lineno, pass, maxnspec; local
134 * The first pass counts the number of specifications and
136 * of the first pass, the spec array is allocated.
137 * The second pass performs detailed validation of the input
141 for (pass = 0; pass < 2; pass++)
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass_test.cc 49 MarkForCompilationPass pass; local
50 return pass.RunImpl(opt_options);
  /external/toybox/toys/other/
blkid.c 68 int pass = 0; local
80 pass++;
94 if (pass) continue;
  /external/toybox/toys/pending/
mdev.c 140 struct passwd *pass; local
142 pass = getpwnam(str);
144 if (!pass) goto end_line;
145 uid = pass->pw_uid;
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_copy_test.java 26 boolean pass = true; field in class:UT_copy_test
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_copy_test.java 26 boolean pass = true; field in class:UT_copy_test
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_copy_test.java 28 boolean pass = true; field in class:UT_copy_test
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContextSpiTest.java 160 char[] pass = "password".toCharArray(); local
161 kmf.init(null, pass);
199 char[] pass = "password".toCharArray(); local
200 kmf.init(null, pass);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
optimizer.cpp 25 Impl(std::unique_ptr<opt::Pass> p) : pass(std::move(p)) {}
27 std::unique_ptr<opt::Pass> pass; // Internal implementation pass. member in struct:spvtools::Optimizer::PassToken::Impl
47 opt::PassManager pass_manager; // Internal implementation pass manager.
63 // Change to use the pass manager's consumer.
64 p.impl_->pass->SetMessageConsumer(impl_->pass_manager.consumer());
65 impl_->pass_manager.AddPass(std::move(p.impl_->pass));
78 if (status == opt::Pass::Status::SuccessWithChange |
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_pass.h 34 class pass { class in namespace:r600_sb
40 pass(shader &s);
44 virtual ~pass() {}
47 class vpass : public pass {
51 vpass(shader &s) : pass(s) {}
145 // Did we alter/remove nodes during a single pass?
150 class def_use : public pass {
154 def_use(shader &sh) : pass(sh) {}
218 class gcm : public pass {
254 // for register pressure tracking in bottom-up pass
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 53 public static String PASS = "com.example.android.widgetcts.PASS";
77 if (action.equals(PASS) || action.equals(FAIL)) {
78 boolean pass = action.equals(PASS);
92 sPassCount.put(widgetId, sPassCount.get(widgetId) + (pass ? 1 : 0));
268 rv.setTextViewText(R.id.pass, "Start Test");
271 rv.setViewVisibility(R.id.pass, View.GONE);
274 rv.setTextViewText(R.id.pass, "Pass");
277 final Intent pass = new Intent(context, WidgetCtsProvider.class); local
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
LocalActivityManagerTestHelper.java 113 pass(); method
148 pass(); method
175 pass(); method
189 pass(); method
203 pass(); method
223 pass(); method
261 pass(); method
315 pass(); method
326 pass(); method
337 private void pass() { method in class:LocalActivityManagerTestHelper
    [all...]
SearchManagerStubActivity.java 86 pass(); method
120 pass(); method
146 pass(); method
161 private void pass() { method in class:SearchManagerStubActivity
  /external/e2fsprogs/lib/ext2fs/
dblist.c 348 struct iterate_passthrough pass; local
351 pass.func = func;
352 pass.priv_data = priv_data;
354 return ext2fs_dblist_iterate2(dblist, passthrough_func, &pass);
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 311 UBool pass = TRUE, result; local
318 pass &= checkNorm(UNORM_NFC, options, nfc, field[i], field[1], fieldNum);
319 pass &= checkNorm(UNORM_NFD, options, nfd, field[i], field[2], fieldNum);
321 pass &= checkNorm(UNORM_NFKC, options, nfkc, field[i], field[3], fieldNum);
322 pass &= checkNorm(UNORM_NFKD, options, nfkd, field[i], field[4], fieldNum);
329 pass = FALSE;
333 pass = FALSE;
337 pass = FALSE;
341 pass = FALSE;
352 pass = FALSE
502 UBool pass = TRUE; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 83 vchar_t *pass; /* xauth password */ member in struct:xauth_rmconf
  /external/libcups/cups/
ppd-conflicts.c 181 *pass, /* Resolvers for this pass */ local
226 pass = cupsArrayNew((cups_array_func_t)_cups_strcasecmp, NULL);
248 if (cupsArrayFind(pass, consts->resolver))
281 cupsArrayAdd(pass, consts->resolver);
499 cupsArrayClear(pass);
531 cupsArrayDelete(pass);
554 cupsArrayDelete(pass);
    [all...]
  /external/libedit/src/
filecomplete.c 78 struct passwd *pass; local
102 &pass) != 0)
103 pass = NULL;
105 pass = getpwuid_r(getuid(), &pwres, pwbuf, sizeof(pwbuf));
107 pass = getpwuid(getuid());
111 if (getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf), &pass) != 0)
112 pass = NULL;
114 pass = getpwnam_r(temp, &pwres, pwbuf, sizeof(pwbuf));
116 pass = getpwnam(temp);
120 if (pass == NULL
    [all...]
  /external/libpng/contrib/libtests/
timepng.c 114 int pass; local
118 for (pass = 0; pass < passes; ++pass)
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 19 // as the first pass results are transposed, we transpose the columns (that
22 int pass; local
28 for (pass = 0; pass < 2; ++pass) {
35 if (pass == 0) {
64 // Do next column (which is a transposed row in second/horizontal pass)
68 // Setup in/out for next pass.
93 int pass; local
98 for (pass = 0; pass < 2; ++pass)
190 int pass; local
    [all...]
  /external/llvm/lib/Target/
TargetMachineC.cpp 184 legacy::PassManager pass; local
199 if (TM->addPassesToEmitFile(pass, OS, ft)) {
205 pass.run(*Mod);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 287 LLVMPassManagerRef pass = LLVMCreatePassManager(); local
288 LLVMAddConstantPropagationPass(pass);
289 LLVMAddInstructionCombiningPass(pass);
290 LLVMRunPassManager(pass, Module);
291 LLVMDisposePassManager(pass);
  /external/mesa3d/src/gallium/auxiliary/util/
u_tests.c 209 bool pass = true; local
232 pass = false;
245 return pass;
259 PASS = 1 /* also "true" */
274 status == PASS ? "pass" : "fail");
298 bool pass = true; local
333 pass = pass && util_probe_rect_rgba(ctx, cb, 0, 0,
342 util_report_result(pass);
351 bool pass = true; local
406 bool pass = true; local
    [all...]

Completed in 902 milliseconds

1 2 3 45 6 7 8 91011>>