/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
PBE.java | 165 generator.init(key, pbeParam.getSalt(), pbeParam.getIterationCount()); 224 generator.init(key, pbeParam.getSalt(), pbeParam.getIterationCount()); 253 generator.init(key, keySpec.getSalt(), keySpec.getIterationCount()); 290 generator.init(key, keySpec.getSalt(), keySpec.getIterationCount());
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
metadata_dispatcher.js | 44 init: this.init_.bind(this), 70 * |init| message handler.
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
main.js | 688 function init() { function 695 document.addEventListener('DOMContentLoaded', init);
|
/external/chromium_org/content/child/npapi/ |
npobject_util.cc | 106 static bool init = false; local 108 if (init) 123 init = true;
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
TwoFieldDatePickerDialog.java | 78 mPicker.init(year, positionInYear, this); 114 mPicker.init(year, positionInYear, null);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8PerContextData.cpp | 78 bool V8PerContextData::init() function in class:WebCore::V8PerContextData
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSParserValues.h | 37 void init(const LChar* characters, unsigned length) function in struct:WebCore::CSSParserString 44 void init(const UChar* characters, unsigned length) function in struct:WebCore::CSSParserString 51 void init(const String& string) function in struct:WebCore::CSSParserString 53 init(string, 0, string.length()); 56 void init(const String& string, unsigned startOffset, unsigned length) function in struct:WebCore::CSSParserString
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
ResourceLoader.cpp | 66 loader->init(request); 116 void ResourceLoader::init(const ResourceRequest& passedRequest) function in class:WebCore::ResourceLoader
|
/external/chromium_org/third_party/WebKit/Source/heap/ |
Heap.cpp | 259 void Heap::init(intptr_t* startOfStack) function in class:WebCore::Heap 261 ThreadState::init(startOfStack);
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
MockWebRTCPeerConnectionHandler.cpp | 162 WebRTCDataChannelInit init; variable 163 WebRTCDataChannelHandler* remoteDataChannel = new MockWebRTCDataChannelHandler("MockRemoteDataChannel", init, m_delegate); 290 WebRTCDataChannelHandler* MockWebRTCPeerConnectionHandler::createDataChannel(const WebString& label, const blink::WebRTCDataChannelInit& init) 294 return new MockWebRTCDataChannelHandler(label, init, m_interfaces->delegate());
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TCPageMap.h | 61 void init(void* (*allocator)(size_t)) { function in class:TCMalloc_PageMap1 115 void init(void* (*allocator)(size_t)) { function in class:TCMalloc_PageMap2 215 void init(void* (*allocator)(size_t)) { function in class:TCMalloc_PageMap3
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-object-private.hh | 56 inline void init (int v) { ref_count = v; } function in struct:hb_reference_count_t 87 inline void init (void) { lock.init (); items.init (); } function in struct:hb_user_data_array_t 113 obj->init (); 118 inline void init (void) { function in struct:hb_object_header_t 119 ref_count.init (1); 120 user_data.init ();
|
/external/chromium_org/third_party/icu/source/common/ |
normlzr.cpp | 37 init(); 46 init(); 55 init(); 64 init(); 70 Normalizer::init() { function in class:Normalizer 367 init(); 385 init();
|
rbbidata.cpp | 49 init(data, status); 53 init(data, status); 62 init(d, status); 68 // init(). Does most of the work of construction, shared between the 72 void RBBIDataWrapper::init(const RBBIDataHeader *data, UErrorCode &status) { function in class:RBBIDataWrapper
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
datamap.cpp | 48 // init from table resource 55 init(data, status); 58 // init from headers and resource 65 init(headers, data, status); 69 void RBDataMap::init(UResourceBundle *data, UErrorCode &status) { function in class:RBDataMap 80 void RBDataMap::init(UResourceBundle *headers, UResourceBundle *data, UErrorCode &status) function in class:RBDataMap
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/ |
u_indices_gen.py | 269 def init(intype, outtype, inpv, outpv, prim): function 293 init(intype, outtype, inpv, outpv, prim)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
d3d11spikysphere.cpp | 104 bool init(ID3D11Device* dev, int argc, char** argv) function in struct:d3d11spikysphere
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
occlusion-query.c | 218 init(void) function 235 init();
|
quad-tex.c | 178 static void init( void ) function 221 init();
|
shader-leak.c | 167 static void init( void ) function 272 init();
|
tex-srgb.c | 202 static void init( void ) function 220 init();
|
tex-swizzle.c | 160 init(const unsigned swizzle[4]) function 222 init(swizzle);
|
tri-gs.c | 174 static void init( void ) function 274 init();
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_controls.cpp | 238 ir_rvalue *init = find_initial_value(ir, var); local 244 const int iterations = calculate_iterations(init, limit, 252 ir->from = init->clone(ir, NULL);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
ss_tritmp.h | 240 static void TAG(init)( void ) function
|