HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 476 - 500 of 622) sorted by null

<<11121314151617181920>>

  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 67 AutoTimeMillis(const char label[]) : fLabel(label) {
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 193 m_labels[m_bytecodeIndex] = label();
458 Label afterRegisterFileCheck;
467 afterRegisterFileCheck = label();
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 60 heavyViewOption.label = WebInspector.UIString("Heavy (Bottom Up)");
62 treeViewOption.label = WebInspector.UIString("Tree (Top Down)");
StylesSidebarPane.js 39 option.label = WebInspector.UIString("Hex Colors");
45 option.label = WebInspector.UIString("RGB Colors");
51 option.label = WebInspector.UIString("HSL Colors");
58 option.label = WebInspector.UIString("New Style Rule");
407 var showInheritedLabel = document.createElement("label");
    [all...]
  /external/webkit/WebKit/win/
WebFrame.cpp 1312 String label = coreFrame->searchForLabelsBeforeElement(labelStrings, coreElement, &resultDistance, &resultIsInCellAbove); local
    [all...]
  /external/wpa_supplicant/
tls_schannel.c 195 const char *label, int server_random_first,
208 os_strcmp(label, "client EAP encryption") != 0 ||
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 195 const char *label, int server_random_first,
208 os_strcmp(label, "client EAP encryption") != 0 ||
  /frameworks/base/services/java/com/android/server/
ProcessStats.java 634 private void printProcessCPU(PrintWriter pw, String prefix, String label, int totalTime,
637 pw.print(label);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 644 void timeNotification(int n, String label, long time) {
647 time, label, "" + new java.util.Date(time), null));
  /frameworks/base/tools/aapt/
AaptAssets.h 439 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) {
443 pos.error("invalid %s: '%s'\n", label, symbol.string());
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 24 import org.objectweb.asm.Label;
566 public void visitJumpInsn(int opcode, Label label) {
570 public void visitLabel(Label label) {
571 // pass -- a label target
581 public void visitLineNumber(int line, Label start) {
586 String signature, Label start, Label end, int index) {
594 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 57 import org.eclipse.swt.widgets.Label;
114 * A Label Provider for the {@link TableViewer} in {@link DeviceChooserDialog}.
297 Label label = new Label(top, SWT.NONE); local
298 label.setText(String.format("Select a device compatible with target %s.",
  /build/tools/droiddoc/templates-sdk/
customization.cs 77 <label for="apiLevelCheckbox" class="disabled">Filter by API Level: </label>
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 123 values.put(StatusUpdates.STATUS_LABEL, R.string.label);
  /external/srec/tools/grxmlcompile/
sub_grph.h 59 bool IsSlot (std::string label);
  /external/v8/src/
codegen.h 164 Label* entry_label() { return &entry_label_; }
165 Label* exit_label() { return &exit_label_; }
199 Label entry_label_;
200 Label exit_label_;
338 // Branch to the label if the given object isn't a symbol.
340 Label* label,
367 Label* throw_normal_exception,
368 Label* throw_termination_exception,
369 Label* throw_out_of_memory_exception
    [all...]
jsregexp.h 579 // Falls through on certain failure, jumps to the label on possible success.
584 Label* on_possible_success,
597 Label* label() { return &label_; }
663 Label label_;
    [all...]
usage-analyzer.cc 156 Read(clause->label());
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 137 Label inside_string;
161 void RegExpMacroAssemblerIA32::Bind(Label* label) {
162 __ bind(label);
166 void RegExpMacroAssemblerIA32::CheckCharacter(uint32_t c, Label* on_equal) {
172 void RegExpMacroAssemblerIA32::CheckCharacterGT(uc16 limit, Label* on_greater) {
178 void RegExpMacroAssemblerIA32::CheckAtStart(Label* on_at_start) {
179 Label not_at_start;
191 void RegExpMacroAssemblerIA32::CheckNotAtStart(Label* on_not_at_start) {
202 void RegExpMacroAssemblerIA32::CheckCharacterLT(uc16 limit, Label* on_less)
    [all...]
  /external/webkit/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 50 return item.label;
  /packages/apps/Phone/src/com/android/phone/
IccPinUnlockPanel.java 171 mLabel = (TextView) findViewById(R.id.label);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 200 label("fragment_loop");
323 label("epilog");
328 label("discard_before_textures");
331 label("discard_after_textures");
    [all...]
  /external/openssl/ssl/
t1_enc.c 175 unsigned char *label, int label_len,
188 tls1_P_hash(md5 ,S1,len,label,label_len,out1,olen);
189 tls1_P_hash(sha1,S2,len,label,label_len,out2,olen);
  /external/qemu/
vl-android.c 6212 char label[32]; local
6226 char label[32]; local
6240 char label[32]; local
    [all...]
vl.c 6022 char label[32]; local
6036 char label[32]; local
6050 char label[32]; local
    [all...]

Completed in 1160 milliseconds

<<11121314151617181920>>