HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1276 - 1300 of 8676) sorted by null

<<51525354555657585960>>

  /dalvik/dx/src/com/android/dx/cf/code/
ReturnAddress.java 17 package com.android.dx.cf.code;
31 /** {@code >= 0;} the start address of the subroutine being returned from */
37 * @param subroutineAddress {@code >= 0;} the start address of the
103 * @return {@code >= 0;} the subroutine address
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMethod.java 19 import com.android.dx.rop.code.AccessFlags;
29 /** {@code non-null;} the effective method descriptor */
35 * @param definingClass {@code non-null;} the defining class
37 * @param nat {@code non-null;} member name and type (descriptor)
38 * @param attributes {@code non-null;} list of associated attributes
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 17 package com.android.dx.dex.code;
32 * {@code non-null;} the associated finisher (which holds the instruction
38 * {@code null-ok;} suffix for the output, or {@code null} if the suffix
46 * @param dexOptions {@code non-null;} options for dex output
47 * @param initialCapacity {@code >= 0;} initial capacity of the output list
48 * @param suffixInitialCapacity {@code >= 0;} initial capacity of the output
50 * @param regCount {@code >= 0;} register count for the method
61 * @param insn {@code non-null;} the instruction to add
73 * {@code 0} is the most recently added instruction
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 19 import com.android.dx.cf.code.Merger;
20 import com.android.dx.rop.code.LocalItem;
21 import com.android.dx.rop.code.RegisterSpec;
22 import com.android.dx.rop.code.RegisterSpecList;
40 * This algorithm assumes a dead-code remover has already removed all
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 19 import com.android.dx.rop.code.BasicBlock;
20 import com.android.dx.rop.code.BasicBlockList;
21 import com.android.dx.rop.code.RegOps;
22 import com.android.dx.rop.code.RopMethod;
38 * Constructs instance. Call {@code process()} to run.
40 * @param rm {@code non-null;} instance to process
53 * @return {@code non-null;} new method that has been processed
119 * @param a {@code non-null;} a block to compare
120 * @param b {@code non-null;} another block to compare
121 * @return {@code true} iff the two blocks' instructions are the sam
    [all...]
  /dalvik/opcode-gen/
regen-all 37 ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/Dops.java
38 ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/RopToDop.java
  /development/ndk/platforms/android-3/include/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon1119::__anon1120::__anon1123
  /external/bzip2/
bzip.css 64 code, tt, pre { font-size: 120%; }
65 code, tt { color: #761596; }
  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 2 // Use of this source code is governed by a BSD-style license that can be
25 void SetUp(bool outcome, int code) {
27 code_ = code;
95 void SetAsyncBehavior(bool outcome, int code) {
97 code_ = code;
  /external/chromium/chrome/browser/chromeos/login/
account_screen.h 2 // Use of this source code is governed by a BSD-style license that can be
59 virtual void CloseScreen(ScreenObserver::ExitCodes code);
html_page_screen.h 2 // Use of this source code is governed by a BSD-style license that can be
76 virtual void CloseScreen(ScreenObserver::ExitCodes code);
mock_auth_response_handler.h 2 // Use of this source code is governed by a BSD-style license that can be
32 const int code,
  /external/chromium/chrome/browser/resources/ntp4/tools/
externs.js 2 // Use of this source code is governed by a BSD-style license that can be
6 // This isn't actually used when running the code.
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
externs.js 2 // Use of this source code is governed by a BSD-style license that can be
6 // This isn't actually used when running the code.
  /external/chromium/chrome/browser/sync/
sync_ui_util.h 2 // Use of this source code is governed by a BSD-style license that can be
56 // is in-window (i.e., WebUI). |code| should be one of the START_FROM_* codes.
59 ProfileSyncService::SyncEventCodes code);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
errorrecord.py 58 new_error = error.code in errors.NEW_ERRORS
  /external/chromium_org/
Android.mk 2 # Use of this source code is governed by a BSD-style license that can be
21 # WebView code can build with "make GYP_CONFIGURATION=Debug".
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_writer.cc 2 // Use of this source code is governed by a BSD-style license that can be
164 const char* code = "\033[m"; variable
167 code = "\033[1;31m";
170 code = "\033[1;32m";
177 printf("%s", code);
  /external/chromium_org/chrome/browser/extensions/api/
execute_code_function.cc 2 // Use of this source code is governed by a BSD-style license that can be
140 if (!details_->code.get() && !details_->file.get()) {
144 if (details_->code.get() && details_->file.get()) {
152 if (details_->code.get())
153 return Execute(*details_->code);
  /external/chromium_org/chrome/browser/extensions/
script_executor.h 2 // Use of this source code is governed by a BSD-style license that can be
72 const std::string& code,
  /external/chromium_org/chrome/browser/resources/
about_flash.js 2 // Use of this source code is governed by a BSD-style license that can be
12 // This is the javascript code that processes the template:
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
popup.js 2 // Use of this source code is governed by a BSD-style license that can be
17 chrome.tabs.insertCSS({code: items.css}, function() {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_callbacks.cc 2 // Use of this source code is governed by a BSD-style license that can be
53 error.code(),
  /external/chromium_org/content/test/data/indexeddb/
transaction_get_test.js 2 // Use of this source code is governed by a BSD-style license that can be
12 shouldBe('exc.code', 'DOMException.INVALID_STATE_ERR');

Completed in 1626 milliseconds

<<51525354555657585960>>