/external/dropbear/ |
SMALL | 38 You can create a combined binary, see the file MULTI, which will put all
|
buffer.c | 173 /* put a byte, incrementing the length if required */ 242 /* put a 32bit uint into the buffer, incr bufferlen & pos if required */ 250 /* put a SSH style string into the buffer, increasing buffer len if required */ 258 /* put the set of len bytes into the buffer, incrementing the pos, increasing
|
dbmulti.c | 27 /* definitions are cleanest if we just put them here */
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_custom.h | 77 /* clean the stack of functions which put private information on stack */
|
/external/elfutils/libasm/ |
asm_newcomsym.c | 85 /* Put the symbol in the hash table so that we can later find it. */
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
ConstantCollection.java | 164 m_CONSTANT_Utf8_index.put (((CONSTANT_Utf8_info) constant).m_value, zindex); 184 m_CONSTANT_Utf8_index.put (((CONSTANT_Utf8_info) constant).m_value, result /* !!! */ - 1); 286 // it's ok to always put: the later indices will simply override the earlier ones 287 index.put (((CONSTANT_Utf8_info) constant).m_value, i); // note: unadjusted index saved here
|
/external/grub/stage2/ |
serial.h | 75 /* Put a character. */
|
/external/guava/src/com/google/common/collect/ |
AbstractBiMap.java | 93 @Override public V put(K key, V value) { method in class:AbstractBiMap 111 V oldValue = delegate.put(key, value); 121 inverse.delegate.put(newValue, key); 142 put(entry.getKey(), entry.getValue());
|
Multimap.java | 29 * values with a single key. If you call {@link #put} twice, with the same key 98 * case {@code put} always adds a new key-value pair and increases the 108 boolean put(@Nullable K key, @Nullable V value); method in interface:Multimap 227 * {@code setValue()} on its entries, {@code put}, or {@code putAll}.
|
/external/icu4c/i18n/ |
rbt_data.cpp | 54 variableNames.put(*(UnicodeString*)e->key.pointer, value, status);
|
/external/icu4c/samples/udata/ |
reader.c | 93 /* need to put "current/dir" as path */
|
/external/ipsec-tools/src/libipsec/ |
policy_parse.h | 39 /* Put the tokens into the symbol table, so that GDB and other debuggers
|
/external/junit/src/junit/runner/ |
ClassPathTestCollector.java | 48 result.put(className, className);
|
/external/kernel-headers/original/linux/ |
hardirq.h | 11 * We put the hardirq and softirq counter into the preemption
|
/external/libpng/scripts/ |
makefile.dj2 | 9 # where make install will put libpng.a and png.h
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
combined_encode.cpp | 137 /* MB Prediction:Put into MC macroblock, substract from currVop, put in predMB */ 182 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */ 234 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */ 321 /* Re-assign fast functions on every slice, don't have to put it in the memory */ 402 /* MB Prediction:Put into MC macroblock, substract from currVop, put in predMB */ 473 status = BitstreamAppendPacketNoOffset(currVol->stream, bs1); /* Put Packet to Buffer */ 617 status = BitstreamAppendPacketNoOffset(currVol->stream, bs1); /* Put Packet to Buffer */
|
/external/openssl/crypto/des/ |
COPYRIGHT | 44 copied and put under another distrubution license
|
/external/proguard/docs/manual/ |
wtk.html | 24 In order to integrate this plug-in in the toolkit, you'll have to put the
|
/external/proguard/src/proguard/classfile/visitor/ |
package.html | 38 info</i> field in visitor accepters, in which visitors can put any temporary
|
/external/proguard/src/proguard/obfuscate/ |
SourceFileRenamer.java | 47 * @param newSourceFileAttribute the new string to be put in the source file
|
/external/stlport/test/unit/ |
time_facets_test.cpp | 37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size()); 74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); 119 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size()); 157 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size());
|
/external/webkit/JavaScriptCore/ |
create_hash_table | 93 my $put = !($att =~ m/ReadOnly/) ? "set" . jsc_ucfirst($val) : "0"; 94 push(@values, { "type" => "Property", "get" => $get, "put" => $put }); 261 $secondValue = $values[$i]{"put"};
|
/external/webkit/JavaScriptCore/debugger/ |
DebuggerActivation.h | 42 virtual void put(ExecState*, const Identifier& propertyName, JSValue, PutPropertySlot&);
|
/external/webkit/JavaScriptCore/runtime/ |
Arguments.cpp | 220 void Arguments::put(ExecState* exec, unsigned i, JSValue value, PutPropertySlot& slot) function in class:JSC::Arguments 230 JSObject::put(exec, Identifier(exec, UString::from(i)), value, slot); 233 void Arguments::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:JSC::Arguments 257 JSObject::put(exec, propertyName, value, slot);
|
JSStaticScopeObject.h | 57 virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&);
|