HomeSort by relevance Sort by last modified time
    Searched full:startat (Results 1 - 25 of 398) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/capstone/bindings/vb6/
mMisc.bas 279 Function HexDump(bAryOrStrData, Optional hexOnly = 0, Optional ByVal startAt As Long = 1, Optional ByVal length As Long = -1) As String
295 If startAt < 1 Then startAt = 1
298 While startAt Mod 16 <> 0
299 startAt = startAt - 1
302 startAt = startAt + 1
305 For i = startAt To UBound(ary) + 1
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-sv/
strings.xml 34 <string name="toast_backup_started" msgid="550354281452756121">"Säkerhetskopieringen har startat ..."</string>
36 <string name="toast_restore_started" msgid="7881679218971277385">"Återställningen har startat ..."</string>
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 386 int startAt;
389 startAt = cursor;
391 startAt = lastEnd;
394 annotations.add(new Annotation(startAt, startAt + amt, msg));
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 400 int startAt;
403 startAt = cursor;
405 startAt = lastEnd;
408 annotations.add(new Annotation(startAt, startAt + amt, msg));
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
BsPatch.java 251 * @param startAt the offset at which to start writing bytes in the destination buffer
257 final InputStream in, final byte[] destination, final int startAt, final int numBytes)
261 int readNow = in.read(destination, startAt + numRead, numBytes - numRead);
  /external/python/cpython2/Lib/idlelib/
HyperParser.py 28 startat = max(lno - context, 1)
29 startatindex = repr(startat) + ".0"
38 if bod is not None or startat == 1:
EditorWindow.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
HyperParser.py 33 startat = max(lno - context, 1)
34 startatindex = repr(startat) + ".0"
42 if bod is not None or startat == 1:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
HyperParser.py 33 startat = max(lno - context, 1)
34 startatindex = repr(startat) + ".0"
42 if bod is not None or startat == 1:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 33 startat = max(lno - context, 1)
34 startatindex = repr(startat) + ".0"
42 if bod is not None or startat == 1:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
HyperParser.py 33 startat = max(lno - context, 1)
34 startatindex = repr(startat) + ".0"
42 if bod is not None or startat == 1:
  /external/python/cpython3/Lib/idlelib/
hyperparser.py 40 startat = max(lno - context, 1)
41 startatindex = repr(startat) + ".0"
50 if bod is not None or startat == 1:
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 67 int startAt = at;
92 Type.intern(descriptor.substring(startAt, at));
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 95 int startAt = at;
120 Type.intern(descriptor.substring(startAt, at));
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 380 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) {
385 void Parser::LocationRecorder::StartAt(const LocationRecorder& other) {
918 group_location.StartAt(field_location);
929 location.StartAt(name_token);
939 location.StartAt(name_token);
    [all...]
parser.h 234 // the time the LocationRecorder is created. StartAt() sets the start
236 void StartAt(const io::Tokenizer::Token& token);
239 void StartAt(const LocationRecorder& other);
  /frameworks/base/packages/SystemUI/res-keyguard/values-sv/
strings.xml 120 <string name="kg_prompt_reason_restart_pattern" msgid="7246972020562621506">"Du måste ange grafiskt lösenord när du har startat om enheten"</string>
121 <string name="kg_prompt_reason_restart_pin" msgid="6303592361322290145">"Du måste ange pinkod när du har startat om enheten"</string>
122 <string name="kg_prompt_reason_restart_password" msgid="6984641181515902406">"Du måste ange lösenord när du har startat om enheten"</string>
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 234 // the time the LocationRecorder is created. StartAt() sets the start
236 void StartAt(const io::Tokenizer::Token& token);
239 void StartAt(const LocationRecorder& other);
  /external/syslinux/com32/cmenu/libmenu/
menu.c 528 uchar startat, mt; local
574 startat = 0;
576 startat = ((t_menuitem *) opt->data)->index;
580 startat, mt);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 232 // the time the LocationRecorder is created. StartAt() sets the start
234 void StartAt(const io::Tokenizer::Token& token);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 232 // the time the LocationRecorder is created. StartAt() sets the start
234 void StartAt(const io::Tokenizer::Token& token);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 232 // the time the LocationRecorder is created. StartAt() sets the start
234 void StartAt(const io::Tokenizer::Token& token);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 232 // the time the LocationRecorder is created. StartAt() sets the start
234 void StartAt(const io::Tokenizer::Token& token);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SearchIterator.java 678 * @param startAt The index in the target text at which the search
684 protected abstract int handlePrevious(int startAt);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 704 * @param startAt The index in the target text at which the search
711 protected abstract int handlePrevious(int startAt);

Completed in 1771 milliseconds

1 2 3 4 5 6 7 8 91011>>