HomeSort by relevance Sort by last modified time
    Searched refs:complete (Results 376 - 400 of 1347) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 36 // regexp must start with. Complete is true if the prefix
40 func onePassPrefix(p *syntax.Prog) (prefix string, complete bool, pc uint32) {
65 complete = true
67 return buf.String(), complete, pc
  /prebuilts/go/darwin-x86/src/strings/
replace.go 94 // (marked with a trailing "+") are complete keys.
97 // this node is not a complete key.
101 // first. Priority is positive if this node is a complete key, and zero
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 36 // regexp must start with. Complete is true if the prefix
40 func onePassPrefix(p *syntax.Prog) (prefix string, complete bool, pc uint32) {
65 complete = true
67 return buf.String(), complete, pc
  /prebuilts/go/linux-x86/src/strings/
replace.go 94 // (marked with a trailing "+") are complete keys.
97 // this node is not a complete key.
101 // first. Priority is positive if this node is a complete key, and zero
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.crypto.ec/
ecc.md 118 complete object files to the recipients, so that they can relink them
211 making modifications to it. For a library, complete source code means
225 complete source code as you receive it, in any medium, provided that
304 it with the complete corresponding machine-readable source code, which
360 a) Accompany the work with the complete corresponding
364 with the Library, with the complete machine-readable "work that
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.ec/
ecc.md 118 complete object files to the recipients, so that they can relink them
211 making modifications to it. For a library, complete source code means
225 complete source code as you receive it, in any medium, provided that
304 it with the complete corresponding machine-readable source code, which
360 a) Accompany the work with the complete corresponding
364 with the Library, with the complete machine-readable "work that
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 
  /compatibility/cdd/9_security-model/
9_10_device-integrity.md 26 * [C-1-6] MUST NOT allow boot to complete when system verification fails,
  /cts/tests/tests/telephony/src/android/telephony/cts/
VisualVoicemailServiceTest.java 600 mFuture.complete(true);
661 mFuture.complete(true);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.h 355 int (*complete)(unsigned actual, int status); member in struct:usb3_pcd_req
627 int (*complete)(unsigned actual, int status);
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 619 r.complete();
634 r.complete();
  /external/autotest/scheduler/
scheduler_models_unittest.py 131 self.assertEqual(hqe.complete, False)
269 hqe.complete = False
  /external/brotli/go/cbrotli/
reader.go 139 // Not enough data to complete decoding.
writer.go 127 // not yet complete until after Close.
  /external/clang/docs/analyzer/
make.bat 176 echo.Link check complete; look for any errors in the above output ^
  /external/clang/docs/
make.bat 176 echo.Link check complete; look for any errors in the above output ^
  /external/icu/icu4c/source/i18n/
chnsecal.cpp 814 // explicitly call complete(). This is either a bug in
817 complete(status);
837 ((ChineseCalendar*)this)->complete(status); // cast away const
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_dc_a9.s 47 @ * non-zero. For complete function, refer ih264_iquant_itrans_recon_a9.s
177 @ * non-zero. For complete function, refer ih264_iquant_itrans_recon_a9.s
  /external/llvm/docs/
make.bat 176 echo.Link check complete; look for any errors in the above output ^
  /external/mesa3d/docs/specs/OLD/
MESA_program_debug.spec 15 XXX - Not complete yet!!!
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_gs_visitor.cpp 262 vec4_gs_visitor::emit_urb_write_opcode(bool complete)
264 /* We don't care whether the vertex is complete, because in general
266 * thread until all vertices are complete.
268 (void) complete;
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 76 int (*complete)(const char*sql); member in struct:sqlite3_api_routines
365 #define sqlite3_complete sqlite3_api->complete
  /external/sqlite/dist/
sqlite3ext.h 76 int (*complete)(const char*sql); member in struct:sqlite3_api_routines
365 #define sqlite3_complete sqlite3_api->complete

Completed in 1602 milliseconds

<<11121314151617181920>>