/external/smack/src/org/xbill/DNS/ |
Update.java | 9 * A helper class for constructing dynamic DNS (DDNS) update messages. 14 public class Update extends Message { 20 * Creates an update message. 25 Update(Name zone, int dclass) { 30 getHeader().setOpcode(Opcode.UPDATE); 38 * Creates an update message. The class is assumed to be IN. 42 Update(Name zone) { 53 addRecord(rec, Section.UPDATE); 78 * and type in the update message must be identical to the set of all records 91 * and type in the update message must be identical to the set of all record [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_GOTO_32.S | 22 FETCH_ADVANCE_INST_RB(r1) @ update rPC, load rINST 25 FETCH_ADVANCE_INST_RB(r1) @ update rPC, load rINST
|
OP_PACKED_SWITCH.S | 27 FETCH_ADVANCE_INST_RB(r1) @ update rPC, load rINST 32 FETCH_ADVANCE_INST_RB(r1) @ update rPC, load rINST
|
/dalvik/vm/mterp/mips/ |
OP_GOTO_32.S | 23 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST 26 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest_Impl2Test.java | 125 md1.update((byte) 1); 126 md1.update(b, 1, 4); 127 assertTrue("update failed", ((MyMessageDigest1) md1).runEngineUpdate1); 128 assertTrue("update failed", ((MyMessageDigest1) md1).runEngineUpdate2); 150 md2.update((byte) 1); 151 md2.update(b, 1, 3); 152 assertTrue("update failed", MyMessageDigest2.runEngineUpdate1); 153 assertTrue("update failed", MyMessageDigest2.runEngineUpdate2);
|
/external/bluetooth/bluedroid/bta/include/ |
ptim.h | 37 UINT32 last_gki_ticks; /* GKI ticks since last time update called */ 65 ** Description Update the protocol timer list and handle expired timers.
|
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_apitest.cc | 29 // Tell the extension to update the page action state. 37 // Tell the extension to update the page action state again.
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
list_item.js | 49 * Whether the item is selected. Setting this does not update the underlying 59 * Whether the item is the lead in a selection. Setting this does not update
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_util.h | 44 // commit response was lost, it is necessary to update a local entry 45 // with an ID that doesn't match the ID of the update. Here, we 48 // the null ID -- callers must handle this case. When update application 78 // This function is called on an entry when we can update the user-facing data 85 static VerifyResult VerifyNewEntry(const SyncEntity& update, 92 const SyncEntity& update, 98 // Assumes we have an existing entry; verify an update that seems to be 101 const SyncEntity& update,
|
/external/chromium/chrome/browser/sync/protocol/ |
extension_specifics.proto | 7 // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change 29 // Auto-update URL to use for this extension. May be blank, in
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_container.h | 30 // Tells the container to update less frequently during resizing operations 35 // has changed and it should update focus.
|
/external/chromium/chrome/common/extensions/docs/static/ |
tabs.html | 34 <a href="#method-update"><code>update</code></a>.
|
/external/chromium/crypto/ |
secure_hash_unittest.cc | 28 ctx->Update(input3.data(), input3.size()); 29 ctx->Update(input3.data(), input3.size());
|
signature_creator.h | 42 // Update the signature with more data. 43 bool Update(const uint8* data_part, int data_part_len);
|
/external/chromium-trace/ |
README | 9 The update.py script should be used to pull the latest upstream code, update
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/11/data/-543407111/ |
artifacts.xml | 3 <repository name='update site: file:/usr/local/google/home/vsiva/internal/master/prebuilts/tools/build/basebuilder/org.eclipse.releng.basebuilder/p2/org.eclipse.equinox.p2.core/cache/' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'> 11 <rule filter='(& (classifier=org.eclipse.update.feature))' output='${repoUrl}/features/${id}_${version}.jar'/>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
buildFeedValidatorJar.xml | 30 update="true"/> 35 update="true"/>
|
/external/eigen/bench/btl/data/ |
action_settings.txt | 17 syr2 ; "{/*1.5 symmretric rank-2 update (A += u^T v + u v^T)}" ; "matrix size" ; 4:3000 18 ger ; "{/*1.5 general rank-1 update (A += u v^T)}" ; "matrix size" ; 4:3000
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_updatev.3 | 3 capng_updatev \- update the stored capabilities settings 12 capng_updatev will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
|
/external/libnfc-nci/src/nfa/int/ |
nfa_sys_ptim.h | 38 UINT32 last_gki_ticks; /* GKI ticks since last time update called */ 66 ** Description Update the protocol timer list and handle expired timers.
|
/external/llvm/test/CodeGen/X86/ |
stack-update-frame-opcode.ll | 11 ; Atoms use LEA to update the SP. Opcode bitness depends on data model. 12 ; Cores use sub/add to update the SP. Opcode bitness depends on data model.
|
/external/llvm/utils/ |
lldbDataFormatters.py | 12 self.update() # initialize this provider 36 def update(self): member in class:SmallVectorSynthProvider
|
/external/qemu/android/protocol/ |
fb-updates.h | 24 * This message forces the Core to send a full display update back to the UI. */ 27 /* Header of framebuffer update message sent from the core to the UI. */
|
/external/skia/src/utils/ |
SkMD5.h | 28 update(reinterpret_cast<const uint8_t*>(buffer), size); 33 void update(const uint8_t* input, size_t length);
|
SkSHA1.h | 28 update(reinterpret_cast<const uint8_t*>(buffer), size); 33 void update(const uint8_t* input, size_t length);
|