HomeSort by relevance Sort by last modified time
    Searched refs:inject (Results 1 - 23 of 23) sorted by null

  /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/linux-tools-perf/
command-list.txt 12 perf-inject mainporcelain common
Android.mk 177 builtin-inject.c \
Makefile 377 BUILTIN_OBJS += $(OUTPUT)builtin-inject.o
  /frameworks/base/packages/SystemUI/tests/
Android.mk 26 # sign this with platform cert, so this test is allowed to inject key events into
  /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/webkit/Tools/iExploder/iexploder-1.7.2/src/
scanner.rb 95 sum = list.inject(0.0) { |sum, el| sum += el }
  /external/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...]
mootools-1.2.2-core-nc.js     [all...]
  /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...]
  /external/iproute2/doc/
ip-tunnels.tex 330 anyone on the Internet may inject to your network any packets with
ip-cref.tex 395 packets for transmission and it may inject into the kernel packets received
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 578 milliseconds