/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/ |
InjectView.java | 17 package com.example.android.voicemail.common.inject; 33 * The resource id of the View to find and inject.
|
Injector.java | 17 package com.example.android.voicemail.common.inject; 42 * Injector.get(this).inject(); 45 * See the {@link #inject()} method for full details of how it works. Note that the fields are 46 * fetched and assigned at the time you call {@link #inject()}, consequently you should not do this 74 public void inject() { method in class:Injector 86 field + ", can't inject");
|
/packages/apps/Email/tests/src/com/android/email/ |
MockVendorPolicy.java | 36 public static void inject(Context context) { method in class:MockVendorPolicy
|
VendorPolicyLoaderTest.java | 63 MockVendorPolicy.inject(getContext());
|
/external/iputils/ |
ipg | 28 echo inject > ${PGDEV}
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/ |
popup.js | 15 // If there is CSS specified, inject it into the page. 19 message.innerText = 'Not allowed to inject CSS into special page.';
|
/external/linux-tools-perf/ |
command-list.txt | 12 perf-inject mainporcelain common
|
Android.mk | 172 builtin-inject.c \
|
/frameworks/base/packages/SystemUI/tests/ |
Android.mk | 26 # sign this with platform cert, so this test is allowed to inject key events into
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/ |
AndroidJUnit4ClassRunner.java | 61 inject(test); 105 private void inject(Object test) { method in class:AndroidJUnit4ClassRunner 128 "Failed to inject value for field %s in class %s", field.getName(), 132 "Failed to inject value for field %s in class %s", field.getName(),
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
AddVoicemailActivity.java | 23 import com.example.android.voicemail.common.inject.InjectView; 24 import com.example.android.voicemail.common.inject.Injector; 89 // Inject all objects that are marked by @InjectView annotation. 90 Injector.get(this).inject();
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 48 additional_writers = additional_members.inject( '' ) do |src, attr|
|
profile.rb | 79 inject( :+ ) 87 inject( 0.0 ) { |t, i| t + ( i - mean )**2 } / ( length - 1 ) 328 @profile.hidden_characters_matched = hidden_tokens.inject( 0 ) do |count, token|
|
task.rb | 59 @grammar_sets.inject( [] ) do | list, set |
|
streams.rb | 958 ( k - 1 ).times.inject( @position ) do |cursor, | 980 k.times.inject( @position ) do |cursor, | [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
background.js | 60 // We can only inject scripts to find the title on pages loaded with http
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/ |
popup.js | 101 // Set up event handlers and inject send_links.js into all frames in the active
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-misprediction.js | 39 // predicted double, will lead the Fixup phase to inject an Int32ToDouble node on
|
/external/chromium_org/remoting/webapp/ |
client_plugin.js | 125 * @param {number} usbKeycode The USB-style code of the key to inject. 126 * @param {boolean} pressed True to inject a key press, False for a release.
|
client_plugin_async.js | 442 * @param {number} usbKeycode The USB-style code of the key to inject. 443 * @param {boolean} pressed True to inject a key press, False for a release.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | 415 $A(div.childNodes).inject('', function(memo, node) { return memo+node.nodeValue }) : 423 return match[1].split(separator || '&').inject({ }, function(hash, pair) { 703 inject: function(memo, iterator, context) { 867 return this.inject([], function(array, value) { 889 return this.inject([], function(array, value, index) { 1058 return new Hash(object).inject(this, function(result, pair) { 1065 return this.inject([], function(results, pair) { [all...] |
concat-jquery-mootools-prototype.js | 68 // Otherwise, we inject the element directly into the jQuery object [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch.rb | 139 dirname.split(/\//).reverse.inject(basename) do |path, directory| 929 linesForSections = lines.inject([[]]) do |sections, line|
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 262 @operations.inject( {} ) do |map, operation|
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 146 MockVendorPolicy.inject(mTestContext); 184 // TODO: inject specific facts in the initial folder SELECT and check them here 292 MockVendorPolicy.inject(mTestContext); 544 * Set up a basic MockTransport. open it, and inject it into mStore 555 // Create mock transport and inject it into the ImapStore that's already set up 586 * Also sets mNextTag, an int, which is useful if there are additional commands to inject. 635 // inject boilerplate commands that match our typical login [all...] |