HomeSort by relevance Sort by last modified time
    Searched full:marker (Results 326 - 350 of 1260) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/io/
OldCharArrayReaderTest.java 225 assertEquals("Test 1: Reset failed to return to marker position.",
  /ndk/build/awk/
extract-debuggable.awk 56 _xml_p = index($0, "<"); # get start marker
extract-package-name.awk 57 _xml_p = index($0, "<"); # get start marker
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 53 * dummy marker to make searching for them with a text editor
  /ndk/sources/host-tools/sed-4.2.1/m4/
gnulib-common.m4 26 [/* Define as a marker that can be attached to function parameter declarations
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 180 /* We need one extra element beyond `num_regs' for the `-1' marker GNU code
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 390 // Get the marker string
395 // Set the marker string
396 inline void set_mark(const char *marker) {
397 OnError (::set_menu_mark (menu, marker));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
build_messages.properties 22 Marker_Delete_Error=Failed to delete marker '%1$s' for %2$s
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 105 // marker will throw a org.eclipse.core.internal.resources.ResourceException.
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 216 raise JetFileException('Track number %d of out of range for end marker' % jet_event.track_num)
218 raise JetFileException('Channel number %d of out of range for end marker' % jet_event.channel_num)
221 logging.debug('Adding end marker at %s' % jet_event.event_start)
232 raise JetFileException('Track number %d of out of range for app marker' % jet_event.track_num)
234 raise JetFileException('Channel number %d of out of range for app marker' % jet_event.channel_num)
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 585 case tok::numeric_constant: // # 7 GNU line marker directive.
803 /// marker directive.
834 // different physical file, then we aren't in a "1" line marker flag region.
881 /// HandleDigitDirective - Handle a GNU line marker directive, whose syntax is
    [all...]
  /external/v8/src/
frames.cc 417 // The marker and function offsets overlap. If the marker isn't a
418 // smi then the frame is a JavaScript frame -- and the marker is
421 Object* marker = Memory::Object_at(state->fp + offset); local
422 if (!marker->IsSmi()) {
432 return static_cast<StackFrame::Type>(Smi::cast(marker)->value());
    [all...]
  /external/clang/include/clang/Basic/
TokenKinds.def 102 TOK(code_completion) // Code completion marker
103 TOK(cxx_defaultarg_end) // C++ default argument end marker
  /external/icu4c/layout/
LEGlyphStorage.cpp 515 void LEGlyphStorage::moveGlyph(le_int32 fromPosition, le_int32 toPosition, le_uint32 marker )
541 setAuxData(toPosition,holdAuxData | marker,success);
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 79 /// NonLocal - This marker indicates that the query has no dependency in
134 /// Dirty - Entries with this marker occur in a LocalDeps map or
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 172 // Emit the #APP start marker. This has to happen even if verbose-asm isn't
366 // Emit the #NOAPP end marker. This has to happen even if verbose-asm isn't
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
cssproperties.in 402 marker
403 marker-offset
  /external/zlib/contrib/infback9/
inftree9.c 292 this.op = (unsigned char)64; /* invalid code marker */
305 /* put invalid code marker in table */
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java 84 // and the meta marker so we add them by default.
94 // and 4 for the 'M' 'E' 'T' 'A' marker.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.def 34 /* Error marker. This is used in similar ways as ERROR_MARK in tree.def. */
335 /* GIMPLE_OMP_SECTIONS_SWITCH is a marker placed immediately after
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.def 34 /* Error marker. This is used in similar ways as ERROR_MARK in tree.def. */
335 /* GIMPLE_OMP_SECTIONS_SWITCH is a marker placed immediately after
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
gimple.def 34 /* Error marker. This is used in similar ways as ERROR_MARK in tree.def. */
335 /* GIMPLE_OMP_SECTIONS_SWITCH is a marker placed immediately after
  /build/tools/zipalign/
ZipEntry.h 214 bool mMarked; // app-defined marker
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 209 // displayed. The ID is the integer marker for the notification string, which is
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 199 throw new IOException("unexpected end-of-contents marker");

Completed in 1958 milliseconds

<<11121314151617181920>>